Skip to content

RRFS_dev1: update clean stratigy#123

Merged
hu5970 merged 1 commit into
NOAA-GSL:feature/RRFS_dev1from
hu5970:update_clean
May 26, 2021
Merged

RRFS_dev1: update clean stratigy#123
hu5970 merged 1 commit into
NOAA-GSL:feature/RRFS_dev1from
hu5970:update_clean

Conversation

@hu5970
Copy link
Copy Markdown

@hu5970 hu5970 commented May 26, 2021

1). Add configure options to decide how to clean the old cycles.
2). Change the reference date for clean from current run time to current cycle time

Change the reference date for clean from current run time to current cycle time
Copy link
Copy Markdown
Collaborator

@christinaholtNOAA christinaholtNOAA left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for making the changes from back ticks to $()!

Looks reasonable to me.

@hu5970 hu5970 merged commit 34fb0ec into NOAA-GSL:feature/RRFS_dev1 May 26, 2021
@hu5970 hu5970 deleted the update_clean branch May 26, 2021 15:52
set -A XX `ls -d 20* | sort -r`
set -A XX $(ls -d 20* | sort -r)
for onetime in ${XX[*]};do
if [[ ${onetime} -le ${deletetime} ]]; then
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be more robust, suggest change line 33, 47 and similar if statements to
if [[ ${onetime} =~ '^[0-9]+$' ]] && [[ ${onetime} -le ${deletetime} ]]; then
At the RAP/HRRR era, there was one time when someone changed, for example, 20190508 to 20190508.save for debug purpose and then it crashed clean scripts for the next few days (maybe more than 10 days) , filled up the run disk very quickly.

hu5970 added a commit that referenced this pull request May 29, 2021
* Feature/rrfs dev1: add retrospective function and changes for running on WCOSS (#104)

* Cold start RRFS_dev1 3km CONUS hourly cycles from 09/21Z HRRR analysis.
* Changes for running on RRFS cycles on WCOSS.

* Copy addtional grid from UPP run directory to comout space. (#105)

* Copy addtional grid from UPP run directory to comout space.

* Improvements for 3-km NA (#103)

* Extending walltime for "run_post" in 3-km NA

* Updated settings for layout_x, layout_y to improve run time.

* Increase RRFS_AK time step to match CONUS (#110)

* Feature/rrfs dev1: add retro and radar tten functions (#108)

* Add functions to run retro with staged data on disk.
* Add namelist option for radar tten.
* Bug fix for using GFS on JET for 3km NA.

* Feature/rrfs dev1: delete radar tten option (#112)

* delete tten option in namelist to match current USD model.

* Turn off cloud analysis for future debug. (#113)

* Change the "overwrite" option to "upgrade" (#111)

* Change $EXPDIR backup from inside to outside (#117)

* RRFS_dev1: Add python maps (#82)

* Updating job script to work with maps.

* Workflow for Python graphics.

* Use a metatask to manage map subsets.

Move skewt out of metatask.

* Sorting out plotting the wgrib2-produced domains.

* Updating configure scripts for appropriate domains.

* Adding domains for 3DRTMA

* Fixes for undefined variables and logic changes.

* RRFS_dev1: Turn on radar tten option and use "upgrade" to deploy. (#121)

* Add and turn on radar tten option
* Change PREEXISTING_DIR_METHOD from "rename" to "upgrade" for all RRFS_dev runs.

* Add configure options to decide how to clean the old cycles. (#123)

Change the reference date for clean from current run time to current cycle time

Co-authored-by: Jaymes Kenyon <jaymes.kenyon@noaa.gov>
Co-authored-by: Trevor Alcott <69324222+TrevorAlcott-NOAA@users.noreply.github.com>
Co-authored-by: Guoqing Ge <guoqing.ge@noaa.gov>
Co-authored-by: Christina Holt <56881914+christinaholtNOAA@users.noreply.github.com>
@EricJames-NOAA EricJames-NOAA mentioned this pull request Jul 22, 2021
@HaidaoLin-NOAA HaidaoLin-NOAA mentioned this pull request Sep 16, 2021
@venitahagerty venitahagerty mentioned this pull request Feb 16, 2022
guoqing-noaa pushed a commit to guoqing-noaa/regional_workflow that referenced this pull request Sep 15, 2024
* Changes needed for RRFSFW run_fcst task

* Fix path in config.sh_RRFSFW

* Update app_build.sh for RRFSFW CCPP xml

* Remove extra blank space from generate_FV3LAM_wflow.sh

---------

Co-authored-by: benjamin blake <benjamin.blake@clogin05.cactus.wcoss2.ncep.noaa.gov>
Co-authored-by: benjamin blake <benjamin.blake@clogin07.cactus.wcoss2.ncep.noaa.gov>
Co-authored-by: benjamin blake <benjamin.blake@clogin03.cactus.wcoss2.ncep.noaa.gov>
guoqing-noaa pushed a commit to guoqing-noaa/regional_workflow that referenced this pull request Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants